home *** CD-ROM | disk | FTP | other *** search
- This is the port of the GNU file utilities to the ATARI/ST. Some
- are not built because they are not applicable to the ATARI/ST file
- system. These are
- chgrp -- change group of file
- chown -- change owner of file
- mkfifo -- create a fifo
- mknod -- create a special file
-
-
- Those that are ported are:
- cp -- copy
- dd -- convert a file
- df -- summarize free disk space
- dir -- ls with different defaults
- du -- disk usage summary
- install -- variation of cp
- ln -- create links
- ls -- list files
- mkdir -- make directory
- mv -- move files
- rmdir -- remove dirrectory
- touch -- set date of files
- vdir -- ls with different defaults
-
- The "ln" command cannot be used to make hard links. You must use
- the -s option.
-
- The "df" command can't talk to floppy.
-
- This was ported before I was aware of UNIXMODE, so some filenames have
- been truncated. The source is not well ifdefed for atarist: ports
- to other systems should start with the official gnu distribution instead.
-